home *** CD-ROM | disk | FTP | other *** search
-
- char *menu_2[]= {
- " ",
- " 256 color set ",
- " ASCII chart ",
- " hex > dec ",
- " dec > hex ",
- " keyboard scan ",
- " ",
- ""};
- char *menu_1[]= {
- " ",
- " machine info ",
- " bit values ",
- " set date ",
- " set time ",
- " ",
- ""};
-
- char *menu_11[]={
- " ",
- " This menu shows the value of each bit ",
- " for a 16 bit integer. ",
- " The bits go in this order ",
- " with the values below ",
- " │15 │14 │13 │12 │11 │10 │9 │8 │7 │6 │5 │4 │3 │2 │1 │0 │",
- " ├───┼───┼───┼───┼───┼───┼──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤",
- " │3 │1 │8 │4 │2 │1 │5 │2 │1 │6 │3 │1 │8 │4 │2 │1 │",
- " │2 │6 │1 │0 │0 │0 │1 │5 │2 │4 │2 │6 │ │ │ │ │",
- " │7 │3 │9 │9 │4 │2 │2 │6 │8 │ │ │ │ │ │ │ │",
- " │6 │8 │2 │6 │8 │4 │ │ │ │ │ │ │ │ │ │ │",
- " │8 │4 │ │ │ │ │ │ │ │ │ │ │ │ │ │ │",
- " There for if bits 9 and 11 both equal 1 (set)",
- " and the rest equal 0 (not set) the integer value ",
- " would be 512+2048 or 2560 ",
- " HIT ANY KEY TO RETURN ",
- " OR P TO PRINT ",
- ""};
-
- char *menu_23[]={
- " ",
- " HEX TO DEC ",
- " CONVERTER ",
- " ENTER HEX # ",
- " enter 0 to break",
- " ",
- " ",
- " ",
- " ",
- ""};
-
- char *menu_24[]={
- " ",
- " DEC TO HEX ",
- " CONVERTER ",
- " ENTER DEC # ",
- " enter 0 to break",
- " ",
- " ",
- " ",
- " ",
- ""};
-
- char *menu_25[]={
- " ",
- " Keyboard scan code ",
- " returned by: ",
- " retkey() ",
- " ",
- " Hit any key or ",
- " F1 to quit ",
- " ",
- " F1 scan code is: ",
- " 0x13b ",
- " ",
- " ",
- ""};
-
- char *menu_3[]={
- " ",
- " cursor_off() ",
- " cursor_on() ",
- " rightb_pressed() ",
- " leftb_pressed() ",
- " set_mouse_position() ",
- " mouse_position() ",
- " mouse_motion() ",
- " mouse_reset() ",
- " mousexlimit() ",
- " mouseylimit() ",
- " setmicky() ",
- " doublespeed() ",
- " setsensitivity() ",
- " get sensitivity() ",
- " settextpntr() ",
- " setgraphpntr() ",
- " exit mouse menu ",
- " ",
- ""};
-
- char *menu_4[]={
- " ",
- " equ_info() ",
- " dos_ver() ",
- " memory() ",
- " warm_boot() ",
- " get_time() ",
- " get_date() ",
- " rotate() ",
- " int_size() ",
- " set_dat() ",
- " set_tim() ",
- " exit menu ",
- " ",
- ""};
-